home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-19 | 297 b | 23 lines |
- # Makefile for EXPAND using Manx C for the Amiga
-
- #NDEBUG=-DNDEBUG
- NDEBUG=
-
- CFLAGS=$(NDEBUG)
-
-
- OBJS=expand.o main.o nextcode.o system.o
-
- expand.exe: $(OBJS)
- ln -o expand $(OBJS) c.lib
-
-
- $(OBJS): system.h
-
-
- expand.o: expand.h nextcode.h
-
- main.o: main.h expand.h
-
- nextcode.o: nextcode.h expand.h
-